runtime.traceWriter.writeProcStatus (method)
4 uses
runtime (current package)
traceevent.go#L124: w = w.writeProcStatus(uint64(pp.id), procStatus, pp.trace.inSweep)
traceruntime.go#L591: w.w = w.w.writeProcStatus(uint64(pp.id), traceProcSyscallAbandoned, pp.trace.inSweep)
tracestatus.go#L101: w = w.writeProcStatus(uint64(pp.id), status, pp.trace.inSweep)
tracestatus.go#L109: func (w traceWriter) writeProcStatus(pid uint64, status traceProcStatus, inSweep bool) traceWriter {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |